home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The 50th Anniversary of …National Assembly Library
/
The 50th Anniversary of the National Assembly Library.iso
/
message.dxr
/
00035.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2002-02-18
|
361 b
|
18 lines
on mouseEnter
cursor([121, 122])
set the member of sprite 17 to 78
end
on mouseLeave
if rollover(10) or rollover(15) or rollover(16) or rollover(18) then
set the member of sprite 17 to 77
cursor(-1)
else
cursor(-1)
set the member of sprite 17 to 77
repeat with tt = 15 to 18
sprite(tt).visible = 0
end repeat
end if
end